home *** CD-ROM | disk | FTP | other *** search
INI File | 2008-01-17 | 732 b | 25 lines |
- [Comment]
- 1=*************************************************************
- 2= <b>Syntax: Batch Command Lanugage</b>
- 3= <b>Author: Steve Ravine</b>
- 4= <b>Version: 1.10</b>
- 5= <b>Date: 7/20/2006</b>
- 6=
- 7=*************************************************************
-
- [MultiHighlight]
- Syntax=
- File=
-
- [Sample]
- 1=@echo on
- 2=cd Media
- 3=Rem Daily Comics ----------------------------------
- 4=move /y ???.jpg "F:\Media\Comic Strips\Inverloch\"
- 5=copy /y *.adr "D:\Internet\Opera\profile\"
- 6=pause
- 7=@echo off
- 8=cd\
- 9=Exit
-
-